home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / www-counter1.2 / readme < prev    next >
Text File  |  1995-08-31  |  2KB  |  61 lines

  1. ---------------------------------------------------------------
  2.  
  3. DESCRIPTION:
  4. ===========
  5.  
  6.   WWW-page Access Counter
  7.   version 1.2
  8.  
  9.   A CGI-program keeping track of the number of times a
  10.   HTML-page is visited. This is done through a small
  11.   GIF-image which is inserted into the HTML-page.
  12.  
  13.   Heini Withagen, heini@w4.nl
  14.   September 1, 1995
  15.  
  16. ---------------------------------------------------------------
  17.  
  18. INSTALLATION:
  19. ============
  20.  
  21. 1. Edit the configuration file 'conf.h' and modify
  22.    the directories to meet the local directory structure.
  23.  
  24. 2. Edit the Makefile and change the settings of a few
  25.    variables to match your system settings. 
  26.  
  27. 3. Do a 'make'
  28.  
  29. 4. Copy the images directory to the place you specified
  30.    in 'conf.h'.
  31.  
  32. 5. If compilation was successfull, do 'make install'
  33.    to put the resulting program in the cgi-bin directory.
  34.  
  35. 6. Insert something like the following into your HTML-page
  36.    to activate the counter:
  37.  
  38.    <IMG SRC="/cgi-bin/nph-count?width=5&link=/dummy/index.html">
  39.  
  40.    the link-argument should be different for counters on different
  41.    pages. A good choice for the link argument is the URL of a certain
  42.    page. Check the FAQ for additional arguments which are recognized.
  43.    The FAQ also contains some pointers on what to do if errors occur.
  44.  
  45. 7. Please read the disclaimer in the NOTICE file.
  46.  
  47. ---------------------------------------------------------------
  48.  
  49. CREDITS:
  50. =======
  51.  
  52.   - This package makes use of the gd graphics library 
  53.     by Thomas Boutell, see http://siva.cshl.org/gd/gd.html
  54.     COPYRIGHT 1994 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS.
  55.  
  56.   - Mark Overmeer, markov@nlr.nl
  57.     For pointing out the final bug which kept resetting
  58.     the counters.
  59.  
  60. ---------------------------------------------------------------
  61.